🚀 Add Build with Claude docs: Complete prompt engineering curriculum - #345
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR adds comprehensive documentation fetching capabilities for Anthropic's "build-with-claude" content to the Claude Code documentation repository. The changes enhance the documentation scope by including 28 prompt engineering and feature documents alongside existing Claude Code documentation.
- Enhanced
fetchccdocs.shscript to fetch build-with-claude documentation from a new source - Added systematic directory structure for organizing the new documentation content
- Updated metadata tracking to reflect the expanded scope from 3 to 4 documentation sources
Reviewed Changes
Copilot reviewed 34 out of 35 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
scripts/fetchccdocs.sh |
Enhanced to fetch and process build-with-claude docs with new directory structure and metadata tracking |
content/release-notes/CHANGELOG.md |
Updated with latest Claude Code version 1.0.112 release notes |
content/claude-code-manifest.json |
Version bump to 1.0.112 with updated package metadata |
content/build-with-claude/ |
New documentation files covering vision, token counting, streaming, search results, and prompt engineering |
Comments suppressed due to low confidence (1)
scripts/fetchccdocs.sh:1
- Line 359 is missing the
BUILD_FAILvariable in the calculation. The FAIL calculation should include all four source types for consistency with the SUCCESS calculation.
#!/bin/bash
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
| "by_url": $BY_URL_JSON, | ||
| "summary": { | ||
| "total_sources": 3, | ||
| "total_sources": 4, |
There was a problem hiding this comment.
[nitpick] The hardcoded source count should be calculated dynamically from the actual number of sources defined in the JSON structure to avoid maintenance issues when adding or removing sources.
- Update fetchccdocs.sh to fetch build-with-claude docs - Add 28 prompt engineering and feature documents - Update CLAUDE.md with organized documentation references Closes #343 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
128f15c to
5d18f77
Compare
Summary
Changes
scripts/fetchccdocs.shto fetch build-with-claude docscontent/build-with-claude/directory structureTesting
Closes #343
🤖 Generated with Claude Code